Esx Settings Depots MetadataInfo
The Esx Settings Depots MetadataInfo schema contains fields that show the content of a metadata bundle.
This schema was added in vSphere API 7.0.3.0.
{
"file_name": "string",
"base_images": [
{
"version": "string",
"display_name": "string",
"display_version": "string"
}
],
"addons": {
"addons": {
"display_name": "string",
"vendor": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
]
}
},
"solutions": {
"solutions": {
"display_name": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
],
"components": {
"components": {
"release_date": "string",
"version": {
"version": "string",
"display_version": "string"
},
"vib_informations": {
"vib_informations": {
"software_tags": [
"string"
]
}
}
}
}
}
},
"hardware_support": {
"hardware_support": {
"display_name": "string",
"packages": {
"packages": {
"versions": [
{
"version": "string"
}
]
}
}
}
},
"independent_components": {
"independent_components": {
"display_name": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
]
}
},
"updates": {
"updates": {
"summary": "string"
}
}
}
File name of the metadata bundle.
This property was added in vSphere API 7.0.3.0.
All the base images contained in the metadata bundle.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the metadata bundle contains no base image.
All the addons contained in the metadata bundle. The key is name of addon.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the metadata bundle contains no addon.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.add_on
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.add_on
.
All the solutions contained in the metadata bundle. The key is name of solution.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the metadata bundle contains no solution.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.solution
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.solution
.
All the HSMs and their HSPs contained in the metadata bundle. The key is name of HSM.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the metadata bundle contains no hardware support manager.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager
.
All the independent components contained in the metadata bundle. The components belongs to other base images, addons, solutions and hardware support packages are not counted. The ksy is name of component.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the metadata bundle contains no inpendent component.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.component
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.component
.
All the updates (bulletins) contained in the metadata bundle. They key is identifier of the update (bulletin). The value is summary of the update (bulletin).
This property was added in vSphere API 7.0.3.0.
If missing or null
, the metadata bundle contains no update (bulletin).
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin
.